All Classes

Browse 27 classes & traits in this project. There are 11 source classes, 13 test classes, and 3 traits.

Note: As of Dec 23, 2023, only classes & traits are listed. interfaces & enums are not supported.

Source Classes (not tests)

  • AdminDashboardAddon: No description...

  • Configurations: Defines configurable options. The string key of the option is user. followed by the const's declared name.
    i.e. const name_from is for key 'user.name_from'

  • Hooks: No description...

  • Package: No description...

  • User: No description...

  • BlackHole: No description...

  • Lib: No description...

  • Validation: protected functions must return true/false & when calling them, pass an error message as the first arg & an optional callable as the second arg.

    public functions are called directly and should return $this, usually.

  • EasyServer: Simple way to setup a user login system on a website

  • Code: No description...

  • InitializationAddon: No description...

Traits

Test Classes